Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.core.opencmis.configuration--configuration

This contribution is part of XML component org.nuxeo.ecm.core.opencmis.configuration inside nuxeo-opencmis-impl-9.10.jar /OSGI-INF/properties-contrib.xml

Documentation

Properties for relaxing the CMIS specifications. Note that setting any property of them to true gives a behavior that is contrary to the CMIS specification. Please be aware the risk of doing so.

  • "org.nuxeo.cmis.relaxSpec": Relaxing CMIS specification control, default to false. Setting this property to true allows users to relax the CMIS specification and use customized CMISQL. It allows multiple CONTAINS in CMISQL, contrary to the specification 1.1, section 2.1.14.2.4.4, where at most one CONTAINS() function must be included in a single query statement. Currently, JOIN predicate is not supported in such mode. This relax mode must NOT be used with DBS (Document-Based Storage), like MongoDB or MarkLogic.
  • "org.nuxeo.cmis.errorOnCancelCheckOutOfDraftVersion": Property that makes it an error to call CMIS cancelCheckOut on a draft version (0.0).

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="org.nuxeo.cmis.errorOnCancelCheckOutOfDraftVersion">false</property>
  • <property name="org.nuxeo.cmis.relaxSpec">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Properties for relaxing the CMIS specifications. Note that setting any property of them to true gives a behavior
      that is contrary to the CMIS specification. Please be aware the risk of doing so.
      <ul>
        <li>
          "org.nuxeo.cmis.relaxSpec":
          Relaxing CMIS specification control, default to false. Setting this property to true allows users to relax
          the CMIS specification and use customized CMISQL. It allows multiple CONTAINS in CMISQL, contrary to the
          specification 1.1, section 2.1.14.2.4.4, where at most one CONTAINS() function must be included in a single
          query statement. Currently, JOIN predicate is not supported in such mode. This relax mode must NOT be used
          with DBS (Document-Based Storage), like MongoDB or MarkLogic.
        </li>
        <li>
          "org.nuxeo.cmis.errorOnCancelCheckOutOfDraftVersion":
          Property that makes it an error to call CMIS cancelCheckOut on a draft version (0.0).
        </li>
      </ul>
    </documentation>
    <property name="org.nuxeo.cmis.errorOnCancelCheckOutOfDraftVersion">false</property>
    <property name="org.nuxeo.cmis.relaxSpec">false</property>
  </extension>